body {
	background-color:gray;
	font-family:"Arial";
	color:white;
	margin:0;
	max-width: 768px;
	max-height:1024px;
	display:block;
}
html {
  cursor: url('https://external-media.spacehey.net/media/smkXI1b9uqyE5u-yTk8OqjbGZzsdRmoW7GQBvdgjxnIM=/http://www.rw-designer.com/cursor-download.php?id=165880'), auto;
}
.CentralBody {
	position:relative;
	top:10px;
	width:80%;
	height:500px;
	background-image: url("bg.png");
	background-color: #cccccc;
	border: 4px;
	border-style:solid;
	border-image:linear-gradient(to left, purple, pink, white, gray, black) 1;
}

/* Other */
#textss {
    background: linear-gradient(White, Green); 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;
}
#othertx {
    background: linear-gradient(Orange, White); 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;
}
#othertxt1 {
    background: linear-gradient(Red, White); 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;
}

#fish { 
width:100%;
height:100%;
}

#f20 {
  position: relative;
    z-index: 2;

  overflow: hidden;
  width: 100%;
  height: 1000px;
}

#backgroundtt {
	background-repeat:repeat;
	overflow:hidden;
}